-- card: 158957 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4745 -- name: -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=49 top=172 right=208 bottom=109 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Har jeg? ----- HyperTalk script ----- on mouseUp put "Jeg venter og ser, om du klikker." wait 2 secs if the mouseClick then put "Du har klikket." else put "Du har ikke klikket." end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: A000 -- rect: left=463 top=55 right=88 bottom=487 -- title width / last selected line: 0 -- icon id / first selected line: 29019 / 29019 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual effect wipe down go to card id 156785 end mouseUp -- part contents for background part 43 ----- text ----- 337,169 -- part contents for background part 2 ----- text ----- mouseClick -- part contents for background part 1 ----- text ----- the mouseClick Oplyser om der er klikket med musen siden den aktuelle meddelelse blev aktiveret: on mouseUp put "Jeg venter og ser, om du klikker." wait 2 secs if the mouseClick then put "Du har klikket." else put "Du har ikke klikket." end mouseUp